home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: 500 MB Amiga Software / 500 MB Amiga Software - Euber 130 - Amiga Games Disc & Mag.iso / userbox / publicdomain / datatypes / multiprint / source / system.h < prev   
C/C++ Source or Header  |  1995-08-08  |  968b  |  46 lines

  1. /*
  2. ** $PROJECT: MultiPrint - print datatype objects
  3. **
  4. ** $VER: system.h 39.0 (07.08.95)
  5. **
  6. ** by
  7. **
  8. ** Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
  9. **
  10. ** (C) Copyright 1995
  11. ** All Rights Reserved !
  12. **
  13. ** $HISTORY:
  14. **
  15. ** 07.08.95 : 039.000 : initial
  16. */
  17.  
  18. #include <stdarg.h>
  19.  
  20. #include <exec/types.h>
  21. #include <exec/memory.h>
  22.  
  23. #include <utility/tagitem.h>
  24.  
  25. #include <datatypes/datatypes.h>
  26. #include <datatypes/datatypesclass.h>
  27.  
  28. #include <intuition/cghooks.h>
  29.  
  30. #include <clib/exec_protos.h>
  31. #include <clib/dos_protos.h>
  32. #include <clib/utility_protos.h>
  33. #include <clib/intuition_protos.h>
  34. #include <clib/datatypes_protos.h>
  35. #include <clib/locale_protos.h>
  36. #include <clib/alib_protos.h>
  37. #include <clib/alib_stdio_protos.h>
  38.  
  39. #include <pragmas/exec_sysbase_pragmas.h>
  40. #include <pragmas/dos_pragmas.h>
  41. #include <pragmas/utility_pragmas.h>
  42. #include <pragmas/intuition_pragmas.h>
  43. #include <pragmas/datatypes_pragmas.h>
  44. #include <pragmas/locale_pragmas.h>
  45.  
  46.